home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneDocument.nib / data.classes next >
Text File  |  1994-03-09  |  695b  |  55 lines

  1. InsPaneDocument = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     propertyMatrix;
  6.     };
  7.     SUPERCLASS = InsPane;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. InsPane = {
  15.     ACTIONS = {
  16.     sendOk:;
  17.     };
  18.     OUTLETS = {
  19.     selection;
  20.     inspector;
  21.     window;
  22.     colorPanel;
  23.     ourView;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. Inspector = {
  28.     ACTIONS = {
  29.     revert:;
  30.     windowDidMove:;
  31.     sendOk:;
  32.     selectPane:;
  33.     ok:;
  34.     toggleActive:;
  35.     windowDidUpdate:;
  36.     };
  37.     OUTLETS = {
  38.     stack;
  39.     paneView;
  40.     popUpButton;
  41.     selection;
  42.     activeLayer;
  43.     classNameField;
  44.     pageView;
  45.     insPane;
  46.     currentPane;
  47.     inspectorPanel;
  48.     activeIconButton;
  49.     popUpList;
  50.     okButton;
  51.     document;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55.